home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0769B.ZIP / DBBENCH.TXT < prev    next >
Text File  |  1987-09-17  |  33KB  |  1,115 lines

  1.  
  2.                       COB System Designs, Inc.
  3.                       4121 NW 9th Ave, Suite 3
  4.                        Pompano Beach, Fl 33064
  5.                             305-943-9447
  6.  
  7.                         Compiler Benchmarks -
  8.                   Evaluated for the 1st Annual CMUG
  9.                  (Capitol Microcomputer Users Forum)
  10.  
  11.  
  12.   These tests were performed on two machines -
  13.  
  14.   1) IBM-AT, 640K, 30mg hard disk, EGA
  15.  
  16.   2) XT Clone, 640K, 20mg hard disk, Monochrome
  17.  
  18.   We polled some of the biggest names in dBASEdom to come up with
  19.   these benchmarks.  These tests are built around the concept that
  20.   we really don't have alot of SORTing or INDEXing going on most
  21.   of the time. In fact, our applications are mostly data entry and
  22.   reporting - so we geared the test around that premise.
  23.  
  24.   In an attempt to be fair in our testing - we did not use any
  25.   of the special features of any particular product to influence
  26.   the results. For example, we did not use QuickSilver's Automem
  27.   or FoxBase's Scatter and Gather. These presumably would have
  28.   made their times even faster.
  29.  
  30.   Each test was performed at least 3 times.  The times you have
  31.   in the chart are an average of those 3 times.  On some tests,
  32.   we did no less than 8 times to insure integrity in the results.
  33.   Each full test took 22 hours on the XT and 6 hours on the AT.
  34.  
  35.   We are not here to sell you any particular product.  We will
  36.   not gain by your purchase of one product over another.  There
  37.   are no free trips to Hawaii.  In Detective Friday's famous
  38.   words, "Just the facts, ma'am".
  39.  
  40.  
  41.   "For every race, there is a winner. The loser cannot look at
  42.   his times and quit running.  But look to where he can improve
  43.   for the next race." - Steve Mackie
  44.  
  45.   It is with this intent that we present the following benchmark
  46.   results.
  47.  
  48.  
  49.  
  50. PAGE NO.     1
  51. 09/05/87
  52.                          Summary of Compiler Benchmark tests
  53.  
  54. Products                Time in Seconds
  55.  
  56.                       XT             AT
  57.  
  58. * Appending 100 records into an Empty 6 field database.
  59. CLIPPER              6.00           3.00
  60. FoxPlus 2.0          6.00           3.00
  61. Frontrunner         21.00           9.00
  62. QuickSilver         35.00          15.00
  63. dBASE III Plus      59.00          26.00
  64.  
  65.                       XT             AT
  66.  
  67. * Indexing 100 records on a single key.
  68. CLIPPER              3.00           1.00
  69. FoxPlus 2.0          4.00           1.00
  70. Frontrunner          7.00           3.00
  71. QuickSilver          6.00           2.00
  72. dBASE III Plus       5.00           2.00
  73.  
  74.                       XT             AT
  75.  
  76. * Appending 100 records into a 100 records database with 1 key index file.
  77. CLIPPER              9.00           4.00
  78. FoxPlus 2.0          7.00           3.00
  79. Frontrunner         44.00          18.00
  80. QuickSilver         89.00          38.00
  81. dBASE III Plus     110.00          46.00
  82.  
  83.                       XT             AT
  84.  
  85. * Indexing 200 records on a double key.
  86. CLIPPER              8.00           3.00
  87. FoxPlus 2.0          7.00           3.00
  88. Frontrunner         41.00          15.00
  89. QuickSilver         13.00           5.00
  90. dBASE III Plus      10.00           4.00
  91.  
  92.                       XT             AT
  93.  
  94. * Appending 100 records into a 200 records database with 2 key index file.
  95. CLIPPER             14.00           6.00
  96. FoxPlus 2.0         12.00           6.00
  97. Frontrunner        241.00          93.00
  98. QuickSilver        414.00         196.00
  99. dBASE III Plus     267.00         115.00
  100.  
  101.                       XT             AT
  102.  
  103. * Append From a 100 record database to 300 record database - no ndx.
  104. CLIPPER              4.00           2.00
  105. FoxPlus 2.0          1.00           1.00
  106. Frontrunner           N/A            N/A
  107. QuickSilver          4.00           2.00
  108. dBASE III Plus      16.00           7.00
  109.  
  110.  
  111. PAGE NO.     2
  112.  
  113.                          Summary of Compiler Benchmark tests
  114.  
  115. Products                Time in Seconds
  116.  
  117.  
  118.                       XT             AT
  119.  
  120. * Append From a 100 record database to 400 record database - 1 ndx.
  121. CLIPPER              9.00           4.00
  122. FoxPlus 2.0          4.00           2.00
  123. Frontrunner           N/A            N/A
  124. QuickSilver         33.00          15.00
  125. dBASE III Plus      39.00          15.00
  126.  
  127.                       XT             AT
  128.  
  129. * Append From a 100 record database to 500 record database - 2 ndx.
  130. CLIPPER             12.00           4.00
  131. FoxPlus 2.0          5.00           2.00
  132. Frontrunner           N/A            N/A
  133. QuickSilver         39.00          17.00
  134. dBASE III Plus      44.00          16.00
  135.  
  136.                       XT             AT
  137.  
  138. * Copying 50 records - no ndx - no filters.
  139. CLIPPER              3.00           2.00
  140. FoxPlus 2.0          2.00           1.00
  141. Frontrunner           N/A            N/A
  142. QuickSilver          3.00           1.00
  143. dBASE III Plus       6.00           2.00
  144.  
  145.                       XT             AT
  146.  
  147. * Copying 50 records - 1 ndx - no filters.
  148. CLIPPER              5.00           3.00
  149. FoxPlus 2.0          5.00           2.00
  150. Frontrunner           N/A            N/A
  151. QuickSilver          8.00           4.00
  152. dBASE III Plus       9.00           3.00
  153.  
  154.                       XT             AT
  155.  
  156. * Copying 50 records - 2 ndx - no filters.
  157. CLIPPER              5.00           3.00
  158. FoxPlus 2.0          2.00           1.00
  159. Frontrunner           N/A            N/A
  160. QuickSilver          8.00           3.00
  161. dBASE III Plus      10.00           3.00
  162.  
  163.                       XT             AT
  164.  
  165. * Copying 50 records - 0 ndx - 1 filters.
  166. CLIPPER              3.00           2.00
  167.  
  168. PAGE NO.     3
  169. 09/05/87
  170.  
  171.                          Summary of Compiler Benchmark tests
  172.  
  173. Products                Time in Seconds
  174.  
  175.  
  176. FoxPlus 2.0          1.00           1.00
  177. Frontrunner           N/A            N/A
  178. QuickSilver          2.00           0.00
  179. dBASE III Plus       2.00           1.00
  180.  
  181.                       XT             AT
  182.  
  183. * Copying 50 records - 1 ndx - 1 filter.
  184. CLIPPER              5.00           3.00
  185. FoxPlus 2.0          4.00           1.00
  186. Frontrunner           N/A            N/A
  187. QuickSilver          5.00           2.00
  188. dBASE III Plus       6.00           2.00
  189.  
  190.                       XT             AT
  191.  
  192. * Copying 50 records - 2 ndx - 1 filter.
  193. CLIPPER              5.00           2.00
  194. FoxPlus 2.0          2.00           0.00
  195. Frontrunner           N/A            N/A
  196. QuickSilver          5.00           3.00
  197. dBASE III Plus       7.00           2.00
  198.  
  199.                       XT             AT
  200.  
  201. * Counting on simple expression. Matches = 5
  202. CLIPPER              5.00           2.00
  203. FoxPlus 2.0          5.00           1.00
  204. Frontrunner          4.00           3.00
  205. QuickSilver          8.00           3.00
  206. dBASE III Plus      12.00           5.00
  207.  
  208.                       XT             AT
  209.  
  210. * Counting on simple expression - 1 ndx. Matches = 5
  211. CLIPPER             18.00           8.00
  212. FoxPlus 2.0          2.00           1.00
  213. Frontrunner         22.00           8.00
  214. QuickSilver         40.00          20.00
  215. dBASE III Plus      46.00          17.00
  216.  
  217.                       XT             AT
  218.  
  219. * Counting on simple expression - 2 ndx. Matches = 5
  220. CLIPPER             18.00           8.00
  221. FoxPlus 2.0          2.00           0.00
  222. Frontrunner         22.00           8.00
  223. QuickSilver         39.00          20.00
  224. dBASE III Plus      46.00          17.00
  225.  
  226.                       XT             AT
  227.  
  228.  
  229. PAGE NO.     4
  230. 09/05/87
  231.  
  232.                          Summary of Compiler Benchmark tests
  233.  
  234. Products                Time in Seconds
  235.  
  236.  
  237. * Counting on double expression. Matches = 12
  238. CLIPPER              6.00           2.00
  239. FoxPlus 2.0          6.00           2.00
  240. Frontrunner          6.00           2.00
  241. QuickSilver         11.00           5.00
  242. dBASE III Plus      11.00           5.00
  243.  
  244.                       XT             AT
  245.  
  246. * Counting on double expression - 1 ndx. Matches = 10
  247. CLIPPER             20.00           9.00
  248. FoxPlus 2.0          3.00           1.00
  249. Frontrunner         23.00           8.00
  250. QuickSilver         42.00          21.00
  251. dBASE III Plus      46.00          18.00
  252.  
  253.                       XT             AT
  254.  
  255. * Counting on double expression - 2 ndx. Matches = 10
  256. CLIPPER             19.00           9.00
  257. FoxPlus 2.0          3.00           1.00
  258. Frontrunner         22.00           8.00
  259. QuickSilver         42.00          22.00
  260. dBASE III Plus      46.00          18.00
  261.  
  262.                       XT             AT
  263.  
  264. * Simple filter - no ndx.
  265. CLIPPER              5.00           2.00
  266. FoxPlus 2.0          4.00           2.00
  267. Frontrunner          4.00           2.00
  268. QuickSilver          8.00           4.00
  269. dBASE III Plus      12.00           6.00
  270.  
  271.  
  272.  
  273. PAGE NO.     5
  274. 09/05/87
  275.  
  276.                          Summary of Compiler Benchmark tests
  277.  
  278. Products                Time in Seconds
  279.  
  280.                       XT             AT
  281.  
  282. * Simple filter - 1 ndx.
  283. CLIPPER             42.00          15.00
  284. FoxPlus 2.0         21.00           7.00
  285. Frontrunner         22.00           8.00
  286. QuickSilver         39.00          21.00
  287. dBASE III Plus      46.00          18.00
  288.  
  289.                       XT             AT
  290.  
  291. * Simple filter - 2 ndx.
  292. CLIPPER             41.00          15.00
  293. FoxPlus 2.0         21.00           6.00
  294. Frontrunner         21.00           7.00
  295. QuickSilver         40.00          21.00
  296. dBASE III Plus      45.00          18.00
  297.  
  298.                       XT             AT
  299.  
  300. * Complex filter - no ndx.
  301. CLIPPER              0.00           0.00
  302. FoxPlus 2.0          1.00           0.00
  303. Frontrunner          0.00           0.00
  304. QuickSilver          0.00           0.00
  305. dBASE III Plus       1.00           0.00
  306.  
  307.                       XT             AT
  308.  
  309. * Complex filter - 1 ndx.
  310. CLIPPER              0.00           0.00
  311. FoxPlus 2.0          1.00           0.00
  312. Frontrunner          2.00           0.00
  313. QuickSilver          1.00           0.00
  314. dBASE III Plus       2.00           0.00
  315.  
  316.                       XT             AT
  317.  
  318. * Complex filter - 2 ndx.
  319. CLIPPER              0.00           0.00
  320. FoxPlus 2.0          0.00           0.00
  321. Frontrunner          1.00           0.00
  322. QuickSilver          1.00           0.00
  323. dBASE III Plus       2.00           1.00
  324.  
  325.                       XT             AT
  326.  
  327. * 5 screen GET updates...with skips.
  328. CLIPPER              0.00           0.00
  329. FoxPlus 2.0          0.00           0.00
  330. Frontrunner          1.00           1.00
  331. QuickSilver          1.00           1.00
  332. dBASE III Plus       2.00           1.00
  333.  
  334.  
  335. PAGE NO.     6
  336. 09/05/87
  337.  
  338.                          Summary of Compiler Benchmark tests
  339.  
  340. Products                Time in Seconds
  341.  
  342.  
  343.                       XT             AT
  344.  
  345. * 5 screen REPORT updates...with skips.
  346. CLIPPER              0.00           1.00
  347. FoxPlus 2.0          0.00           0.00
  348. Frontrunner          1.00           1.00
  349. QuickSilver          1.00           0.00
  350. dBASE III Plus       3.00           2.00
  351.  
  352.                       XT             AT
  353.  
  354. * The whole process..... the small bench mark test
  355. CLIPPER            306.00         132.00
  356. FoxPlus 2.0        166.00          63.00
  357. Frontrunner        592.00         218.00  ** not accurate due to N/A
  358. QuickSilver        974.00         464.00
  359. dBASE III Plus     983.00         395.00
  360.  
  361.                       XT             AT
  362.  
  363. * Appending 1000 records into an Empty 6 field database.
  364. CLIPPER             73.00          27.00
  365. FoxPlus 2.0         57.00          28.00
  366. Frontrunner        178.00          92.00
  367. QuickSilver        510.00         192.00
  368. dBASE III Plus     763.00         287.00
  369.  
  370.                       XT             AT
  371.  
  372. * Indexing 1000 records on a single key.
  373. CLIPPER             15.00           6.00
  374. FoxPlus 2.0         19.00           6.00
  375. Frontrunner        236.00         102.00
  376. QuickSilver         46.00          18.00
  377. dBASE III Plus      29.00          13.00
  378.  
  379.                       XT             AT
  380.  
  381. * Appending 1000 records into 240 records into 1 key index file.
  382. CLIPPER            209.00          40.00
  383. FoxPlus 2.0         72.00          34.00
  384. Frontrunner       2417.00         743.00
  385. QuickSilver       1776.00         787.00
  386. dBASE III Plus    2623.00        1047.00
  387.  
  388.  
  389. PAGE NO.     7
  390. 09/05/87
  391.  
  392.                          Summary of Compiler Benchmark tests
  393.  
  394. Products                Time in Seconds
  395.  
  396.  
  397.                       XT             AT
  398.  
  399. * Indexing 2000 records on a double key.
  400. CLIPPER             69.00          27.00
  401. FoxPlus 2.0         67.00          18.00
  402. Frontrunner       1992.00         639.00
  403. QuickSilver        154.00          60.00
  404. dBASE III Plus     110.00          47.00
  405.  
  406.                       XT             AT
  407.  
  408. * Appending 1000 records into 2000 records into 2 key index file
  409. CLIPPER            622.00          59.00
  410. FoxPlus 2.0        642.00         195.00
  411. Frontrunner      14792.00        4593.00
  412. QuickSilver      12572.00        5572.00
  413. dBASE III Plus    9455.00        3562.00
  414.  
  415.                       XT             AT
  416.  
  417. * Append From a 112 record database into 3000 database - no ndx.
  418. CLIPPER              3.00           2.00
  419. FoxPlus 2.0          1.00           0.00
  420. Frontrunner           N/A            N/A
  421. QuickSilver          6.00           2.00
  422. dBASE III Plus      14.00           8.00
  423.  
  424.                       XT             AT
  425.  
  426. * Append From a 112 record database to 3112 database - 1 ndx.
  427. CLIPPER             41.00          16.00
  428. FoxPlus 2.0         19.00           6.00
  429. Frontrunner           N/A            N/A
  430. QuickSilver        143.00          57.00
  431. dBASE III Plus      89.00          25.00
  432.  
  433.                       XT             AT
  434.  
  435. * Append From a 112 record database to 3224 database - 2 ndx.
  436. CLIPPER             30.00          15.00
  437. FoxPlus 2.0         20.00           6.00
  438. Frontrunner           N/A            N/A
  439. QuickSilver        136.00          55.00
  440. dBASE III Plus      88.00          25.00
  441.  
  442.  
  443. PAGE NO.     8
  444. 09/05/87
  445.  
  446.                          Summary of Compiler Benchmark tests
  447.  
  448. Products                Time in Seconds
  449.  
  450.  
  451.                       XT             AT
  452.  
  453. * Copying 50 records - no ndx - no filters.
  454. CLIPPER              4.00           2.00
  455. FoxPlus 2.0          2.00           1.00
  456. Frontrunner           N/A            N/A
  457. QuickSilver          4.00           2.00
  458. dBASE III Plus       9.00           3.00
  459.  
  460.                       XT             AT
  461.  
  462. * Copying 50 records - 1 ndx - no filters.
  463. CLIPPER              8.00           4.00
  464. FoxPlus 2.0          5.00           2.00
  465. Frontrunner           N/A            N/A
  466. QuickSilver         12.00           5.00
  467. dBASE III Plus      14.00           4.00
  468.  
  469.                       XT             AT
  470.  
  471. * Copying 50 records - 2 ndx - no filters.
  472. CLIPPER              9.00           4.00
  473. FoxPlus 2.0          3.00           0.00
  474. Frontrunner           N/A            N/A
  475. QuickSilver         11.00           4.00
  476. dBASE III Plus      14.00           3.00
  477.  
  478.                       XT             AT
  479.  
  480. * Copying 50 records - 0 ndx - 1 filter.
  481. CLIPPER              4.00           2.00
  482. FoxPlus 2.0          2.00           0.00
  483. Frontrunner           N/A            N/A
  484. QuickSilver          3.00           0.00
  485. dBASE III Plus       4.00           2.00
  486.  
  487.                       XT             AT
  488.  
  489. * Copying 50 records - 1 ndx - 1 filter.
  490. CLIPPER              8.00           3.00
  491. FoxPlus 2.0          5.00           1.00
  492. Frontrunner           N/A            N/A
  493. QuickSilver          6.00           3.00
  494. dBASE III Plus       6.00           2.00
  495.  
  496.                       XT             AT
  497.  
  498. * Copying 50 records - 2 ndx - 1 filter.
  499. CLIPPER              8.00           3.00
  500. FoxPlus 2.0          1.00           0.00
  501. Frontrunner           N/A            N/A
  502. QuickSilver          6.00           3.00
  503. dBASE III Plus       5.00           2.00
  504.  
  505.  
  506. PAGE NO.     9
  507. 09/05/87
  508.  
  509.                          Summary of Compiler Benchmark tests
  510.  
  511. Products                Time in Seconds
  512.  
  513.  
  514.                       XT             AT
  515.  
  516. * Counting on simple expression. Matches = 30
  517. CLIPPER             23.00          10.00
  518. FoxPlus 2.0         22.00           9.00
  519. Frontrunner         44.00          25.00
  520. QuickSilver         43.00          19.00
  521. dBASE III Plus      54.00          28.00
  522.  
  523.                       XT             AT
  524.  
  525. * Counting on simple expression - 1 ndx. Matches = 29
  526. CLIPPER            295.00         136.00
  527. FoxPlus 2.0         21.00           9.00
  528. Frontrunner        480.00         114.00
  529. QuickSilver        519.00         187.00
  530. dBASE III Plus     308.00         116.00
  531.  
  532.                       XT             AT
  533.  
  534. * Counting on simple expression - 2 ndx. Matches = 29
  535. CLIPPER            292.00         136.00
  536. FoxPlus 2.0         21.00           9.00
  537. Frontrunner        480.00         113.00
  538. QuickSilver        518.00         187.00
  539. dBASE III Plus     308.00         117.00
  540.  
  541.                       XT             AT
  542.  
  543. * Counting on double expression. Matches = 60
  544. CLIPPER             35.00          14.00
  545. FoxPlus 2.0         25.00          11.00
  546. Frontrunner         56.00          25.00
  547.  
  548.  
  549. PAGE NO.    10
  550. 09/05/87
  551.                                                Summary of tests
  552.  
  553. Products                Time in Seconds
  554.  
  555.  
  556. QuickSilver         63.00          28.00
  557. dBASE III Plus      56.00          28.00
  558.  
  559.                       XT             AT
  560.  
  561. * Counting on double expression - 1 ndx. Matches = 58
  562. CLIPPER            303.00         143.00
  563. FoxPlus 2.0         25.00          11.00
  564. Frontrunner        486.00         116.00
  565. QuickSilver        540.00         195.00
  566. dBASE III Plus     316.00         120.00
  567.  
  568.                       XT             AT
  569.  
  570. * Counting on double expression - 2 ndx. Matches = 58
  571. CLIPPER            305.00         144.00
  572. FoxPlus 2.0         26.00          11.00
  573. Frontrunner        485.00         115.00
  574. QuickSilver        543.00         195.00
  575. dBASE III Plus     313.00         119.00
  576.  
  577.                       XT             AT
  578.  
  579. * Simple filter - no ndx.
  580. CLIPPER              0.00           0.00
  581. FoxPlus 2.0          0.00           0.00
  582. Frontrunner          0.00           0.00
  583. QuickSilver          0.00           0.00
  584. dBASE III Plus       2.00           0.00
  585.  
  586.                       XT             AT
  587.  
  588. * Simple filter - 1 ndx.
  589. CLIPPER             45.00          20.00
  590. FoxPlus 2.0         38.00          12.00
  591. Frontrunner         71.00          16.00
  592. QuickSilver         73.00          27.00
  593. dBASE III Plus      45.00          17.00
  594.  
  595.  
  596. PAGE NO.    11
  597. 09/05/87
  598.  
  599.                          Summary of Compiler Benchmark tests
  600. Products                Time in Seconds
  601.  
  602.  
  603.                       XT             AT
  604.  
  605. * Simple filter - 2 ndx.
  606. CLIPPER             45.00          21.00
  607. FoxPlus 2.0         37.00          12.00
  608. Frontrunner         70.00          16.00
  609. QuickSilver         73.00          26.00
  610. dBASE III Plus      44.00          17.00
  611.  
  612.                       XT             AT
  613.  
  614. * Complex filter - no ndx.
  615. CLIPPER              0.00           0.00
  616. FoxPlus 2.0          0.00           0.00
  617. Frontrunner          1.00           1.00
  618. QuickSilver          0.00           0.00
  619. dBASE III Plus       1.00           0.00
  620.  
  621.                       XT             AT
  622.  
  623. * Complex filter - 1 ndx.
  624. CLIPPER              5.00           3.00
  625. FoxPlus 2.0          3.00           2.00
  626. Frontrunner         10.00           3.00
  627. QuickSilver          8.00           3.00
  628. dBASE III Plus       5.00           2.00
  629.  
  630.                       XT             AT
  631.  
  632. * Complex filter - 2 ndx.
  633. CLIPPER              5.00           2.00
  634. FoxPlus 2.0          4.00           1.00
  635. Frontrunner          9.00           3.00
  636. QuickSilver          7.00           3.00
  637. dBASE III Plus       5.00           2.00
  638.  
  639.                       XT             AT
  640.  
  641. * 50 screen GET updates...with skips.
  642. CLIPPER              7.00           3.00
  643. FoxPlus 2.0          5.00           2.00
  644. Frontrunner          4.00           3.00
  645. QuickSilver          9.00           5.00
  646. dBASE III Plus      12.00           5.00
  647.  
  648.                       XT             AT
  649.  
  650. * 50 screen REPORT updates...with skips.
  651. CLIPPER              6.00           3.00
  652. FoxPlus 2.0          3.00           2.00
  653. Frontrunner         11.00           9.00
  654. QuickSilver          9.00           4.00
  655. dBASE III Plus      31.00          12.00
  656.  
  657.  
  658. PAGE NO.    12
  659. 09/05/87
  660.  
  661.                          Summary of Compiler Benchmark tests
  662.  
  663. Products                Time in Seconds
  664.  
  665.  
  666.                       XT             AT
  667.  
  668. * 50 screen Regular Text updates.
  669. CLIPPER              5.00           3.00
  670. FoxPlus 2.0          3.00           2.00
  671. Frontrunner         11.00          10.00
  672. QuickSilver         12.00           5.00
  673. dBASE III Plus      28.00          12.00
  674.  
  675.                       XT             AT
  676.  
  677. * 50 screen Irregular Text updates.
  678. CLIPPER              5.00           3.00
  679. FoxPlus 2.0          3.00           2.00
  680. Frontrunner         11.00          10.00
  681. QuickSilver         12.00           6.00
  682. dBASE III Plus      28.00          12.00
  683.  
  684.                       XT             AT
  685.  
  686. * The whole process..... the large bench mark
  687. CLIPPER           2540.00         893.00
  688. FoxPlus 2.0       1216.00         423.00
  689. Frontrunner      21914.00        6773.00   ** not accurate due to N/A
  690. QuickSilver      17881.00        7681.00
  691. dBASE III Plus   14881.00        5678.00
  692.  
  693.                       XT             AT
  694.  
  695. * Locating on One Pass Found at 3337 of 3336
  696. CLIPPER             52.00          21.00
  697. FoxPlus 2.0         27.00          12.00
  698. Frontrunner         61.00          30.00
  699. QuickSilver        100.00          43.00
  700. dBASE III Plus      61.00          30.00
  701.  
  702.                       XT             AT
  703.  
  704. * Locating on Single Criteria - Continue Found: 30 Times.
  705. CLIPPER             34.00          16.00
  706. FoxPlus 2.0         25.00          12.00
  707. Frontrunner         46.00          28.00
  708. QuickSilver         46.00          22.00
  709. dBASE III Plus      62.00          30.00
  710.  
  711.                       XT             AT
  712.  
  713. * Locating on Multiple Criteria - Continue Found: 30 Times.
  714. CLIPPER             44.00          20.00
  715. FoxPlus 2.0         25.00          12.00
  716. Frontrunner         59.00          29.00
  717. QuickSilver         72.00          35.00
  718. dBASE III Plus      65.00          32.00
  719.  
  720.  
  721. PAGE NO.    13
  722. 09/05/87
  723.  
  724.                          Summary of Compiler Benchmark tests
  725. Products                Time in Seconds
  726.  
  727.  
  728.                       XT             AT
  729.  
  730. * Locating on One Pass With NDX Found
  731. CLIPPER            490.00         167.00
  732. FoxPlus 2.0        276.00          96.00
  733. Frontrunner        507.00         205.00
  734. QuickSilver        998.00         468.00
  735. dBASE III Plus     384.00         138.00
  736.  
  737.                       XT             AT
  738.  
  739. * Locating on Single Criteria - Continue With NDX Found: 30 Times.
  740. CLIPPER            476.00         139.00
  741. FoxPlus 2.0        274.00          98.00
  742. Frontrunner        500.00         199.00
  743. QuickSilver        946.00         445.00
  744. dBASE III Plus     368.00         133.00
  745.  
  746.                       XT             AT
  747.  
  748. * Locating on Multiple Criteria - Continue With NDX Found: 30 Times
  749. CLIPPER            482.00         144.00
  750. FoxPlus 2.0        274.00          99.00
  751. Frontrunner        505.00         201.00
  752. QuickSilver        969.00         458.00
  753. dBASE III Plus     373.00         136.00
  754.  
  755.                       XT             AT
  756.  
  757. * Seeking on 1 criteria.
  758. CLIPPER              0.00           0.00
  759. FoxPlus 2.0          0.00           0.00
  760. Frontrunner          1.00           0.00
  761. QuickSilver          0.00           0.00
  762. dBASE III Plus       0.00           0.00
  763.  
  764.                       XT             AT
  765. * Seeking on 2 criteria.
  766. CLIPPER              1.00           0.00
  767. FoxPlus 2.0          0.00           0.00
  768. Frontrunner          1.00           0.00
  769. QuickSilver          1.00           0.00
  770. dBASE III Plus       2.00           1.00
  771.  
  772.                            END OF Compiler Benchmarks
  773.  
  774. The rest of the material is part of a handout given at the conference.
  775.  
  776.  
  777.  
  778. CMUG - September 10th 1987
  779.  
  780. Compiler Information
  781.  
  782. FoxBase 2.00 +
  783.  
  784. Advantages:                                     Disadvantages:
  785.  
  786.   Quick Turn Around -                           RunTime Modules cost.
  787.   fast effective alternative.
  788.     20 Seconds to compile test program.
  789.  
  790.   Memory Management Improved                    Problems with Disk Caching 
  791.     375k to run.                                Software.
  792.  
  793.   Speed - undisputed champion                   Non "NDX" indexes.
  794.  
  795.   UDF (User Defined Functions)                  UDF syntax is unique to FoxBase
  796.   LightBar Menu (Clipper Style)
  797.   Enhanced Array Handling
  798.     1. Scatter
  799.     2. Gather
  800.  
  801.   FLUSH Command - writes all buffers
  802.   to disk.
  803.  
  804. ═══════════════════════════════════════════════════════════════════════════════
  805.  
  806. Clipper  Summer 1987
  807.  
  808. Advantages:                                     Disadvantages:
  809.  
  810. Speed - the fastest true                        Slower turnaround
  811. compiler.                                       3:50 to compile program
  812.  
  813. UDF's are becoming available                    Only Lattice C supported
  814. commercially or Bulletin Boards.                Microsoft C is a widely used &
  815.                                                 supported product.
  816. Total File Control.
  817.  
  818. Using DOS 3.3 - more files open.
  819.  
  820. NDX Indexes are now supported.                  Slower Index Time with NDX.
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.                                      Page 14
  840.  
  841.  
  842.  
  843.  
  844. CMUG - September 10th 1987
  845.  
  846. ═══════════════════════════════════════════════════════════════════════════════
  847.  
  848. QuickSilver 1.1
  849.  
  850. Advantages:                                     Disadvantages:
  851.  
  852. Window commands are the best                    Slower Turn Around Time
  853.                                                 5:35 to compile test program
  854. True Compiler
  855.                                                 Non-standard support of 
  856. UDF                                             Procedure Files
  857.  
  858. Arrays                                          No Compiler Specific Variable
  859.  
  860.                                                 Compiler Stops on errors - 
  861.                                                 and will not complete
  862.                                                 compiling - even on
  863.                                                 intentional errors.
  864.  
  865.                                                 Number of files produced during 
  866.                                                 compile process is excessive.
  867.  
  868.                                                 Speed is minimal over dBASE
  869. ═══════════════════════════════════════════════════════════════════════════════
  870.  
  871. FrontRunner
  872.  
  873. Advantages:                                     Disadvantages:
  874.  
  875. Fast Memory Resident                            Slower Indexing, ReIndexing
  876. DataBase Manager (130 K)
  877.  
  878. Quick Turn Around Time                          Some dBASE Standard Commands
  879. 15 seconds to compile test program.             are missing.
  880.  
  881. Windowing - great versatility                   Procedure and Memory Files are
  882.                                                 not supported
  883. Command Synonyms                                    
  884. (assign "q" = "Quit","go1" = "go top")
  885.  
  886. Arrays
  887.  
  888.  
  889. ═══════════════════════════════════════════════════════════════════════════════
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.                                      Page 15
  906.  
  907.  
  908.  
  909.  
  910. CMUG - September 10th 1987
  911.  
  912. Compiler Tests and Results Notes
  913.  
  914.  
  915. To compile a 9K byte procedure file.
  916.  
  917.                      AT        XT       Size of Finished "Compiled" Files
  918.  
  919. FoxBase               7        20         7K .FOX
  920. FrontRunner          13        15        14K .FRB (15 small files)
  921. CLIPPER             105       175       153K EXE
  922. QuickSilver         170       210       206K EXE
  923.  
  924.  
  925.  
  926. Speed and Performance
  927.  
  928. Overall Speed performance goes to FoxBase Version 2.00.  
  929.  
  930. Clipper continues to excel in new features and enhancements.  For a true 
  931. compiled application, it is the best buy.
  932.  
  933. Performance of QuickSilver was disappointing.  In some cases, slower than
  934. dBASE III+.  This was true in LOCATE,SET FILTER and SEEK command. 
  935.  
  936. FrontRunner has performed consistently well in all tests.
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.                                      Page 16
  968.  
  969.  
  970. Product Listings from the handout
  971.  
  972. CMUG - September 10th 1987
  973.  
  974.   
  975.  ──────────────────────────────  Company Information ────────────────────────
  976.   
  977.                                     Text Editors
  978.   
  979.          Brief,dBRIEF                       Edix
  980.          Solution Systems,Inc               Emerging Technology Consultants
  981.          335 Washington St                  4760 Walnut Street
  982.          Norwell,MA 02061                   Boulder,Co 80301
  983.          800-821-2492                       303-447-9495
  984.                                             800-782-4896
  985.   
  986.   
  987.          Epsilon                            Fastedit III
  988.          Lugaru Software,Ltd                Fourcolor Data Systems Inc.
  989.          5740 Darlington Road               7011 Malabar Street
  990.          Pittsburgh,Pa 15217                Dayton,Ohio 45459
  991.          412-421-5911                       513-433-3789
  992.   
  993.   
  994.          Qedit                              Vedit Plus
  995.          SemWare                            CompuView
  996.          c/o Sammy Mitchell                 1955 Pauline Blvd,Suite 300
  997.          136 Mark Lane                      Ann Arbor, Michigan 48103
  998.          Smyrna, GA 30080                   313-996-1299
  999.  
  1000.  
  1001.          Quiet Flight
  1002.          Macros for BRIEF - dBASE
  1003.          COB System Designs, Inc.
  1004.          4121 NW 9th Ave, Suite 3
  1005.          Pompano Beach, FL 33064
  1006.          305-943-9447
  1007.   
  1008.   
  1009.                                    Code Analyzers
  1010.   
  1011.   
  1012.          dBtools,dBscope                    dscar
  1013.          Comtel                             Ryan Katri   
  1014.          2156 E. Colorado Blvd.             2575 Drake Hill Road
  1015.          Pasadena,Calif 91107               Fortuna, Ca 95540 
  1016.          818-304-0312                       707-725-5559 
  1017.   
  1018.   
  1019.          dFlow, Documentor                  
  1020.          Wallsoft Systems,Inc.              
  1021.          233 Broadway                       
  1022.          New York,NY 10279                  
  1023.          800-233-3569                       
  1024.  
  1025.  
  1026.                                      Page 17
  1027.  
  1028.  
  1029.  
  1030. CMUG - September 10th 1987
  1031.  
  1032.   
  1033.  
  1034.                           Compilers & Pseudo-Compilers
  1035.  
  1036.  
  1037.          FrontRunner                        FoxBASE    
  1038.          Apex Software                      Fox Software
  1039.          4516 Henry Street                  27493 Holiday Lane
  1040.          Pittsburgh, PA 15213               Perrysburg, OH 43551
  1041.          412-681-4343                       419-874-0162
  1042.                             
  1043.  
  1044.          Clipper                            QuickSilver
  1045.          Nantucket                          WordTech Systems,Inc
  1046.          12555 W Jefferson Blvd             P.O. Box 1747
  1047.          Los Angeles, CA 90066              Orinda, CA 94563
  1048.          213-390-7923                       415-254-0900
  1049.  
  1050.  
  1051.                                Report Generators
  1052.  
  1053.          R&R Relational Report Writer       dNPL/Reporter
  1054.          Concentric Data Systems            Database Applications, INC
  1055.          18 Lyman Street                    400 Wall Street
  1056.          Westboro, MA 01581                 Princeton, NJ 08540
  1057.          800-325-9035                       609-924-2900
  1058.  
  1059.  
  1060.                                 Database Repair
  1061.  
  1062.          Quickfix2                          dSalvage
  1063.          Hilco Software                     Comtech Publishing Ltd.
  1064.          11266 Barnett Valley Road          P.O. Box 456
  1065.          Sebastopol, Ca 95472-9555          Pittsford, NY 14534
  1066.          707-829-5011                       716-586-3365
  1067.  
  1068.  
  1069.                                  Misc Products
  1070.  
  1071.          PVCS (Version Control System)      TaskView
  1072.          PolyDesk III                       Sunny Hill Software
  1073.          Polytron Corporation               PO Box 33711
  1074.          1815 NW 169th Place                Seattle, WA 98133
  1075.          Beaverton, OR 97006                206-367-0650
  1076.          503-645-1150
  1077.  
  1078.  
  1079.          Makemem,Makedbf
  1080.          Andrew Schulman
  1081.          12 Humboldt St.
  1082.          Cambridge MA 02140 
  1083.  
  1084.          Prepared by:
  1085.                       Randy Wallin
  1086.                       COB System Designs
  1087.                       4121 NW 9th Ave, Suite 3
  1088.                       Pompano Beach, FL 33064
  1089.                       305-943-9447
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.                                      Page 18
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.